snapshot: Add gtk_snapshot_render_background()
authorBenjamin Otte <otte@redhat.com>
Sun, 13 Nov 2016 15:16:39 +0000 (16:16 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 15 Nov 2016 16:48:45 +0000 (17:48 +0100)
commit79d2d0e40d35c2b22b4e9005486af6823b09c0e0
tree2cce19241480a8a582337279499c7e45631cff3a
parent9006e697fb5ff6b91c767a5ebcdf19cffbf1df48
snapshot: Add gtk_snapshot_render_background()

and gtk_snapshot_render_frame() to be direct replacements for the
old gtk_render_*() functions.

Use them to replace Cairo usage completely in gtk_window_snapshot().
gtk/gtkrenderbackground.c
gtk/gtkrenderbackgroundprivate.h
gtk/gtkrenderborder.c
gtk/gtkrenderborderprivate.h
gtk/gtksnapshot.c
gtk/gtksnapshot.h
gtk/gtkwindow.c